Package com.postindustria.android.jewelryar.unity.communication.common.enitities

Types

Link copied to clipboard
data class AuthInfo @JvmOverloads constructor(val token: String? = null, val apiKey: String? = null)

Stores the credentials for authorization with the API Server.

Link copied to clipboard
data class Ring @JvmOverloads constructor(val model: RingModel? = null, val materialAssociation: Map<String, String>? = null) : Parcelable

Data class used to describe an info about a ring model.

Link copied to clipboard
data class RingModel @JvmOverloads constructor(    val id: String? = null,     val customId: String? = null,     val name: String? = null) : Parcelable

Data class used to describe an info about a ring model.